printdotio / printio-ios-sdk

SDK that enables the printing of any photo, from any source, onto any product!
Other
20 stars 11 forks source link

Runs on Simulator but not on Real Device (iPhone). #476

Closed fssilva closed 8 years ago

fssilva commented 9 years ago

Hi guys,

I'm using Xcode 7 and IOS9 but I'm getting this error when compiling for my iPhone. It works on Simulator. Does anyone know how to solve this ?

.../PrintIO/PrintIO.framework/PrintIO(ProductIds.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. for architecture arm64

PS: Print.io 1.5.0

tobiasfrier commented 9 years ago

@perisicboro

can you take look at this?

perisicboro commented 9 years ago

@fssilva In your app target, put Enable Bitcode to NO

screen shot 2015-09-18 at 1 44 11 pm
fssilva commented 9 years ago

Are you guys going to update Print.io to support Bitcode ? Disable Bitcode is not a solution, is a quickfix.

perisicboro commented 9 years ago

@fssilva When all other frameworks that we use update to support bitcode, then we will make support also.

fssilva commented 9 years ago

Ok. Thank you.