An OS X app I'm working on won't compile now in Xcode 7. Previously in Xcode 6 everything was fine. I have a framework I put together awhile ago that links against several third party libraries (already compile .a). Worked like a charm before. In the original project (where the .a files were retreieved) has x86_64 and i386 in the list of valid architectures.
The thrid party library I got these .a files comes with the .a already compiled (no subprojects so I can't just create another target and recompile it). These are all open source, cross-platform libraries ...with forks all over the place on the net...tracking down the source code for a compatible version and recompiling under Xcode 7 to swap in could take some time... maybe even a few days.
I'm fairly certain that these .a's will run just fine on 64 bit Macs...I'm at the tail end of the development of this app and I've tested it out plenty of times with Xcode 6.4. Is there a workaround to this?
Thanks a lot.