Tealium / titanium-plugin

Use of this software is subject to the terms and conditions of the license agreement contained in the file titled "LICENSE.txt". Please read the license before downloading or using any of the files contained in this repository. By downloading or using any of these files, you are agreeing to be bound by and comply with the license agreement.
Other
4 stars 7 forks source link

Appc SDk 8.2.1.GA Shows Warning #4

Open sachincredible9 opened 5 years ago

sachincredible9 commented 5 years ago

hello Team , we are Upgrading our app to Appcelerator SDK 8.2.1.GA to support iOS 13 , we are using 1.0.0 version of Tealium module. While compilation we are getting below error

"Tealium plugin does not support iPhone OS."

Please suggest What we need to do in order to support Tealium Plugin in the Appcelerator iOS App.

Thanks & Regards, Sachin Sharma

craigrouse commented 5 years ago

Hi @sachincredible9. We will need to upgrade the plugin to support this. We will get this prioritized and come back to you ASAP. Please speak to your Tealium account manager also, so that they can work with you on managing the prioritization process.

Thanks,

Craig.

sachincredible9 commented 5 years ago

Thanks for info ,I am trying to compile code my own using SDk 8.2.0.GA May i know why it is giving below error. ERROR] [xcode-sim] 2019-11-05 05:05:14.767 xcodebuild[21446:921602] Malformed bundle does not contain an identifier at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.0.simruntime [ERROR] [xcode-sim] 2019-11-05 05:05:15.175 xcodebuild[21446:921625] iPhoneConnect: 📱<DVTiOSDevice (0x7ffa657bb0f0), iPad, iPad, 13.2 (17B84), 75935b9e850fa594d587746300b93940475cf302> unable to mount developer disk image, (Error Domain=com.apple.dtdevicekit Code=601 "Could not locate device support files." UserInfo={DeviceType=iPad5,4, NSLocalizedDescription=Could not locate device support files., NSLocalizedRecoverySuggestion=This iPad Air 2 (Model A1567) is running iOS 13.2 (17B84), which may not be supported by this version of Xcode.}) { [ERROR] [xcode-sim] DeviceType = "iPad5,4"; [ERROR] [xcode-sim] NSLocalizedDescription = "Could not locate device support files."; [ERROR] [xcode-sim] NSLocalizedRecoverySuggestion = "This iPad Air 2 (Model A1567) is running iOS 13.2 (17B84), which may not be supported by this version of Xcode."; [ERROR] [xcode-sim] } [ERROR] [xcode-sim] BUILD FAILED [ERROR] [xcode-sim] The following build commands failed: [ERROR] [xcode-sim] CompileC build/tealium_ios.build/Release-iphonesimulator/tealium_ios.build/Objects-normal/i386/ComTealiumAppceleratorIosModule.o Classes/ComTealiumAppceleratorIosModule.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] [xcode-sim] CompileC build/tealium_ios.build/Release-iphonesimulator/tealium_ios.build/Objects-normal/x86_64/ComTealiumAppceleratorIosModule.o Classes/ComTealiumAppceleratorIosModule.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] [xcode-sim] Libtool build/tealium_ios.build/Release-iphonesimulator/tealium_ios.build/Objects-normal/i386/libComTealiumAppceleratorIos.a normal i386 [ERROR] [xcode-sim] Libtool build/tealium_ios.build/Release-iphonesimulator/tealium_ios.build/Objects-normal/x86_64/libComTealiumAppceleratorIos.a normal x86_64 [ERROR] [xcode-sim] CreateUniversalBinary build/Release-iphonesimulator/libComTealiumAppceleratorIos.a normal i386\ x86_64 [ERROR] [xcode-sim] (5 failures)

craigrouse commented 5 years ago

This sounds like you don't have the latest version of Xcode.

I do have an updated pre-release version of the plugin available here: https://github.com/craigrouse/titanium-plugin, but it doesn't yet support iOS13. You could try using it and see if it resolves your problem, though.

Which version of Xcode do you have?

sachincredible9 commented 5 years ago

I am Using Xcode 10.1.

craigrouse commented 5 years ago

@sachincredible9 to build apps for iOS 13, you need Xcode 11.

sachincredible9 commented 5 years ago

I face the same issue Post Updating the Xcode to Version 11.0. [ERROR] [xcode-sim] 2019-11-08 03:00:03.235 xcodebuild[35549:2022742] Malformed bundle does not contain an identifier at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.0.simruntime [ERROR] [xcode-sim] BUILD FAILED [ERROR] [xcode-sim] The following build commands failed: [ERROR] [xcode-sim] CompileC build/tealium-titanium-ios.build/Release-iphonesimulator/tealium-titanium-ios.build/Objects-normal/i386/ComTealiumTitaniumiosModule.o Classes/ComTealiumTitaniumiosModule.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] [xcode-sim] CompileC build/tealium-titanium-ios.build/Release-iphonesimulator/tealium-titanium-ios.build/Objects-normal/x86_64/ComTealiumTitaniumiosModule.o Classes/ComTealiumTitaniumiosModule.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] [xcode-sim] Libtool build/tealium-titanium-ios.build/Release-iphonesimulator/tealium-titanium-ios.build/Objects-normal/x86_64/libcom.tealium.titaniumios.a normal x86_64 [ERROR] [xcode-sim] Libtool build/tealium-titanium-ios.build/Release-iphonesimulator/tealium-titanium-ios.build/Objects-normal/i386/libcom.tealium.titaniumios.a normal i386 [ERROR] [xcode-sim] CreateUniversalBinary build/Release-iphonesimulator/libcom.tealium.titaniumios.a normal i386\ x86_64 [ERROR] [xcode-sim] Strip build/Release-iphonesimulator/libcom.tealium.titaniumios.a [ERROR] [xcode-sim] (6 failures)