About Store Forum Documentation Contact



Post Reply 
IOS Production Build
Author Message
ronghester Offline
Member

Post: #1
IOS Production Build
Hi,

I can build and run theIOS app on device, but when i am trying to do the packaging of app store upload I am getting following linker errors.

I did clean/rebuild to rebuild the libraries but something is going wrong. Any help would be appreciated.


ld: warning: ignoring file /Users/Rajesh/Desktop/untitled folder/appies/Esenthel/Bin/EsenthelEngine Simulator.a, missing required architecture armv7 in file /Users/Rajesh/Desktop/untitled folder/appies/Esenthel/Bin/EsenthelEngine Simulator.a (2 slices)

Undefined symbols for architecture armv7:

"_jsimd_extbgr_ycc_convert_neon_slowld3", referenced from:

_jsimd_rgb_ycc_convert in EsenthelEngine Device.a(jsimd_arm64.o)

"_jsimd_extrgb_ycc_convert_neon_slowld3", referenced from:

_jsimd_rgb_ycc_convert in EsenthelEngine Device.a(jsimd_arm64.o)

"_jsimd_huff_encode_one_block_neon_slowtbl", referenced from:

_jsimd_huff_encode_one_block in EsenthelEngine Device.a(jsimd_arm64.o)

"_jsimd_h2v2_downsample_neon", referenced from:

_jsimd_h2v2_downsample in EsenthelEngine Device.a(jsimd_arm64.o)

"_jsimd_fdct_islow_neon", referenced from:

_jsimd_fdct_islow in EsenthelEngine Device.a(jsimd_arm64.o)

"_jsimd_h2v1_downsample_neon", referenced from:

_jsimd_h2v1_downsample in EsenthelEngine Device.a(jsimd_arm64.o)

ld: symbol(s) not found for architecture armv7

clang: error: linker command failed with exit code 1 (use -v to see invocation)
12-07-2016 01:17 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: IOS Production Build
Thank you for reporting the problem, I'm investigating right now.
12-08-2016 12:41 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: IOS Production Build
Sorry for the issue, the fix is now available for download.
12-08-2016 01:31 AM
Find all posts by this user Quote this message in a reply
ronghester Offline
Member

Post: #4
RE: IOS Production Build
Awesome Man!

The only problem I faced after this was missing icons (167/29/40) Which I managed to do using xcode.

Thanks Esenthel! Our app is in review process now will share link once it is approved.
12-08-2016 10:46 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: IOS Production Build
Quote:The only problem I faced after this was missing icons (167/29/40)
Thanks, looks like Apple made some new icon requirements, I'm checking this right now.
12-08-2016 11:28 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: IOS Production Build
I've just uploaded an update to auto-generate 167x167 icons.
Although here https://developer.apple.com/ios/human-in.../app-icon/
I don't see any requirement for 29x29, 40x40 sizes.
12-09-2016 12:13 AM
Find all posts by this user Quote this message in a reply
ronghester Offline
Member

Post: #7
RE: IOS Production Build
I see.. In xcode there was a slot for 29x29, 40x40 sizes so we added.. Yeah it may not be required you right.
12-09-2016 07:52 PM
Find all posts by this user Quote this message in a reply
Post Reply