jaykon

Results 3 comments of jaykon

the same question can use: lipo xxxSDK -thin arm64 -output xxxSDK_arm64 but it is easier if it can set in podspec.

> @xwang-phunware It works! You save my day ! how to fixed it?

modify podspec: s.pod_target_xcconfig = { 'EXCLUDED_SOURCE_FILE_NAMES' => '*-dummy.m'} s.user_target_xcconfig= { 'EXCLUDED_SOURCE_FILE_NAMES' => '*-dummy.m'} package again,it works for me.