Update CardIO and CardIO-static build architectures to Standard.#64
Update CardIO and CardIO-static build architectures to Standard.#64hadibadjian wants to merge 2 commits intocard-io:masterfrom
Conversation
This is to avoid build issues using different SDKs (iphoneos and iphonesimulator).
|
Can you be more specific about the build error that you encountered? The reason why Also, we can probably just delete the lines from https://github.com/card-io/card.io-iOS-source/blob/master/build_configs/CardIO_Static_Library.xcconfig#L7 and https://github.com/card-io/card.io-iOS-source/blob/master/build_configs/CardIO_Framework.xcconfig#L7 . |
|
I think the problem is the limitation of the supported architectures when the build is targeting the iPhone simulator SDK using the following build settings (in Debug build configuration): I am trying to find a way that would not affect CardIO's supported architectures. I tried to modify the build config to build only for active architecture but no luck yet. I will investigate more and update this Pull Request accordingly. |
* 'master' of https://github.com/card-io/card.io-iOS-source: Ensure previewLayer is the right type depending on build Update `CardIOVideoStream`'s `previewLayer` to `CALayer` to allow it to be a `SimulatedCameraLayer`
This is to avoid build issues using different SDKs (iphoneos and iphonesimulator).