Wish I would have tried CCards before I updated Xcode so I’d know if that was the source of my problem.
The docs say this in regard to seeing up Xcode:
CoronaCards is a universal binary that supports both 32-bit arm architectures. It also includes support for targeting the Xcode Simulator. Generally, your project should have the following architecture set in Architectures.
Architectures Standard architectures (armv7, armv7s)
But my copy of Xcode shows Standard architectures (armv7, armv7s, arm64)
Is that where I should leave it, even though it’s different than the docs?
Jay