its crash when run on iphone device ios 8.4 with iOS (Native API) LATEST STABLE RELEASE 1.0.0 (27.08.2015)
A
Andreas Schacherbauer
said
almost 8 years ago
Hi, You need to add the Wikitude Native SDK as 'Embedded Binary'. Just adding it as a Linked Framework is not enough. You also need to set EMBEDDED_CONTENT_CONTAINS_SWIFT to Yes.
Best regards
Andreas
S
Simon Mawdesley
said
almost 8 years ago
Does the native framework need updating for iOS 9 / Xcode 7?
Running the native example project results in:
dyld: Library not loaded: @rpath/libswiftSecurity.dylib
Hi Simon, No, the Wikitude Native SDK works on iOS 9 and Xcode 7. To solve your issue, simply apply both Build Setting changes, that I described in my earlier post.
wtbBest regards
Andreas
S
Simon Mawdesley
said
almost 8 years ago
FYI this issue is with the swift security lib not swift core...
S
Simon Mawdesley
said
almost 8 years ago
Hi Andreas,
Have ensured that EMBEDDED_CONTENT_CONTAINS_SWIFT is YES (the native examples project comes with that set) but no luck, results in the same error.
Same on two different machines unfortunately, will keep trying...
Thanks - Simon
T
Tran Huy Nguyen
said
almost 8 years ago
The same happens on my iPhone 5s device (iOS 8.4). Compiled with Xcode 7.0. The suggested two project settings did not help for me either. :(
P
Pradhyo Bijja
said
almost 8 years ago
Same problem here and I ensured both settings are set as described.
I am trying to run the Wikitude Unity Example.
dyld: Library not loaded: @rpath/libswiftSecurity.dylib
Hi, Are you guys working with a Swift or Objective-C project?
Best regards
Andreas
S
Simon Mawdesley
said
almost 8 years ago
Working in obj c, downloading the Wikitude example project, opening and running displays the same result for me.
Thanks - Simon
T
Tran Huy Nguyen
said
almost 8 years ago
Hi,
I was using the sample project from the Native SDK (I guess it was in objective-c). Today I tried the new version 1.1.0 and do not encounter the problem anymore.
Best regards,
THN
S
Simon Mawdesley
said
almost 8 years ago
Hi,
Confirming that the latest build (1.1.0) runs successfully.
Thanks - Simon
A
Andreas Schacherbauer
said
almost 8 years ago
THX for sharing!
1.1.0 was build with Xcode 7 - thats the only difference between those two builds (besides the new 3d tracking).
supasit suebsunthorn