Skip to content

Commit

Permalink
Forgot a line for simulator in the dev build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed May 1, 2024
1 parent 5c54d62 commit 5c8d22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ xcodebuild -create-xcframework \
-debug-symbols $(pwd)/build/iphoneos/iOS.xcarchive/dSYMs/NewRelic.framework.dSYM \
-framework build/iphonesimulator/NewRelic.framework \
-framework build/appletvsimulator/NewRelic.framework \
-framework build/watchsimulator/NewRelic.framework \
-framework build/appletvos/NewRelic.framework \
-debug-symbols $(pwd)/build/appletvos/tvOS.xcarchive/dSYMs/NewRelic.framework.dSYM \
-framework build/watchos/NewRelic.framework \
Expand Down

0 comments on commit 5c8d22a

Please sign in to comment.