Skip to content

Commit

Permalink
Fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
invpt committed Mar 22, 2024
1 parent bdd55c8 commit f5810d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ post_install do |installer|
config.build_settings["ONLY_ACTIVE_ARCH"] = "YES"
end

if target.name == "tourforge"
if target.name == "tourforge_baseline"
target.build_configurations.each do |config|
config.build_settings['FRAMEWORK_SEARCH_PATHS'] ||= ['$(inherited)']
config.build_settings['FRAMEWORK_SEARCH_PATHS'] << ' ${SRCROOT}/..' # should be (project dir)/app/ios
Expand Down

0 comments on commit f5810d9

Please sign in to comment.