Open AlaaElden98 opened 10 months ago
you just want to run the application or use Insta SDK on iOS simulator?
I have mentioned this in #40
To have a universal framework, you'd need to build another simulator target. This can be an empty target in Xcode with sdk set to iphonesimulator
. Then, you'd have to create a new xcframework from both architecture.
The resulting xcframework should contain these files:
Info.plist
ios-arm64
ios-arm64_x86_64-simulator
I wish Insta360 would just provide a proper INSCameraSDK.xcframework and INSCoreMedia.xcframework with universal architecture for us
1- Added the Sdks
2- Created Cartfile with binaries, then run
carthage update
On build, gets and error:
I'm working on m1 mac, xcode version 15.1
Any clue how to tackle this ?