bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

libOAuth.a doesn't support arm64 now #121

Closed ducchinhdl closed 9 years ago

ducchinhdl commented 9 years ago

Dear,

I'm using libOAuth.a on many project, but now apple doesn't approve the app that doesn't support arm64.

Could you update your lib libOAuth.a to support arm64

Thanks

bengottlieb commented 9 years ago

the library has been updated.

rbad commented 6 years ago

I realize that this is a bit late to the party, but I tried taking the updated libOAuth.a in an app that used this repo (I'm simply trying to do the minimum possible to update this old app, published in 2013, so that it meets new App Store minimum's of >= iOS 8) but the XCode linker complains "libOAuth.a(Base64Transcoder.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '[path]/libOAuth.a' for architecture arm64". Any ideas would be greatly appreciated!

bengottlieb commented 6 years ago

I would disable bitcode for your app, if you absolutely need the library. It's not required by the AppStore.

rbad commented 6 years ago

👍