Skip to content

Commit

Permalink
fix Archive configuration for iOS builds (react-native-maps#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp authored and patricio committed Sep 27, 2017
1 parent b07b0c0 commit 4a74e18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ post_install do |installer|
config.build_settings['CLANG_ENABLE_MODULES'] = 'No'
end
end

if target.name == "React"
target.remove_from_project
end
end
end

0 comments on commit 4a74e18

Please sign in to comment.