문제

I have successfully integrated iOS Aviary brand new project, but failed to do so on a current working project following the EXACT same steps. (Using XCode 4.5).

I'm getting the error:

[AFPhotoEditorCustomization setVisualDefaults]: 
unrecognized selector sent to instance 0x9869210

See image:

Stacktrace attached

Quick stacktrace:

In the variables under [AFPhotoEditorCustomization options] in the stack trace I can see the variables: resourceBundle and path are both NIL.

I suspect this is something with the resource bundle not being read correctly, maybe due to some project/target settings...

Any idea where to look for?

도움이 되었습니까?

해결책

I found the problem eventually.

Had to set -ObjC -all_load -fobjc-arc linker flags on the TARGETS and not on the project.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top