You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're getting the following error when building with any version of the plugin (master or 2.21.0), though we're specifically using the geofence branch.
PhaseScriptExecution [CP]\ Copy\ Pods\ Resources /Users/simon/Library/Developer/Xcode/DerivedData/HelloCordova-dfodgbfvhhnkqafmcgddtlahmsnn/Build/Intermediates.noindex/HelloCordova.build/Debug-iphonesimulator/HelloCordova.build/Script-9EEA769FE37603DB51F83D7A.sh (in target 'HelloCordova' from project 'HelloCordova')
cd /Users/simon/Development/Cordova/PluginTester/BrazePluginTest/platforms/ios
/bin/sh -c /Users/simon/Library/Developer/Xcode/DerivedData/HelloCordova-dfodgbfvhhnkqafmcgddtlahmsnn/Build/Intermediates.noindex/HelloCordova.build/Debug-iphonesimulator/HelloCordova.build/Script-9EEA769FE37603DB51F83D7A.sh
error: Resource "/Users/simon/Library/Developer/Xcode/DerivedData/HelloCordova-dfodgbfvhhnkqafmcgddtlahmsnn/Build/Products/Debug-iphonesimulator/Appboy-iOS-SDK/AppboyUI.ContentCards.bundle" not found. Run 'pod install' to update the copy resources script.
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution [CP]\ Copy\ Pods\ Resources /Users/simon/Library/Developer/Xcode/DerivedData/HelloCordova-dfodgbfvhhnkqafmcgddtlahmsnn/Build/Intermediates.noindex/HelloCordova.build/Debug-iphonesimulator/HelloCordova.build/Script-9EEA769FE37603DB51F83D7A.sh
(1 failure)
xcodebuild: Command failed with exit code 65
This is happening with Xcode 12.4, Cocoapods 1.10.1.
This can be replicated with a bare-bones Cordova application:
It seems this issue is either due to Cocoapods or a Cordova build directory setting. I have implemented a temporary workaround to override using CONFIGURATION_BUILD_DIR in the build.js script as suggested in apache/cordova-ios#659.
We're getting the following error when building with any version of the plugin (master or 2.21.0), though we're specifically using the geofence branch.
This is happening with Xcode 12.4, Cocoapods 1.10.1.
This can be replicated with a bare-bones Cordova application:
Please let me know if you require any additional information.
The text was updated successfully, but these errors were encountered: