Skip to content

Commit

Permalink
fix(build): removed unsupported i386 architecture from build_xcframew…
Browse files Browse the repository at this point in the history
…ork.sh
  • Loading branch information
jguz-pubnub committed Apr 16, 2024
1 parent b2d9427 commit d99cbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/scripts/build_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ "$SUPPORTED_PLATFORMS" =~ (iphone) ]]; then
DEVICE_SDK="iphoneos"
SIMULATOR_SDK="iphonesimulator"
DEVICE_TARGET_ARCHITECTURES="armv7 arm64"
SIMULATOR_TARGET_ARCHITECTURES="i386 x86_64 arm64"
SIMULATOR_TARGET_ARCHITECTURES="x86_64 arm64"
elif [[ "$SUPPORTED_PLATFORMS" =~ (appletv) ]]; then
DEVICE_SDK="appletvos"
SIMULATOR_SDK="appletvsimulator"
Expand Down

0 comments on commit d99cbb1

Please sign in to comment.