Found incompatible Titanium Modules: ti.map , version: 2.0.4 - module

My situation
Apple SDK 7.1
Simulator version 7.1
Titanium SDK 3.3.0G.A
xCode 5.1
Titanium Studio, build: 3.4.0.201409261227
CLI version 3.4.0
Problem with ti.map modules : I try to start the app but I get this error :
I do not understand why now give me this error, I've uploaded an update of my app with the same configuration and I have not had any problems
the ti.map modules requires Titanium SDK > 3.2.0 and xCode > 5

I think you have been hit by an "auto" update.... John Jardin has described a similar issue here: http://johnjardin.ukuvuma.co.za/2014/10/03/appcelerator-fix-ti-map-ios-upgrading-titanium-3-4-0/
Please let me know if it solves your issue?
/John

Related

Trying to run react-native cli on High Sierra 10.13.6

Here are the versions I am using:
react-native-cli: 2.0.1
react-native: 0.64.0
Xcode 10.1
cocoapods version: 1.10.1
I keep getting this error whenever I run react-native run-ios
BUILD FAILED
The following build commands failed:
CompileC /Users/matthewharrison/Library/Developer/Xcode/DerivedData/LiveApp2-amxfqqouedceorcarxmrstlitata/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/Objects-normal/x86_64/VirtualEventBase.o /Users/matthewharrison/Desktop/dev/LiveApp2/ios/Pods/Flipper-Folly/folly/io/async/VirtualEventBase.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Is there something that I am missing? I have done everything I have seen on here with this error. Now I am starting to think it has something to do with my environment. Am I wrong for thinking that? Has anyone successfully ran the current version of react native on High Sierra?
PLEASE HELP!
You are using react-native version 0.64
In react-native version 0.64, you are required to use XCode 12
see this official announcement https://reactnative.dev/blog/2021/03/12/version-0.64#major-dependency-version-changes
Major Dependency Version Changes
- Dropped Android API levels 16-20.
The Facebook app consistently drops support for Android versions with sufficiently low usage.
As the Facebook app no longer supports these versions and is React Native’s main testing surface, React Native is dropping support as well.
- Xcode 12 and CocoaPods 1.10 are required
- Minimum Node support bumped from 10 to Node 12
- Flipper bumped to 0.75.1

How to use titanium inspector using titanium 5.2.2?

I am using Appcelerator titanium CLI to build ios app. I want to debug the app With Chrome DevTools but it seems like it's not compatible with the version which I have installed currently.
As per ti-inspector documentation, I have installed the node package by the below command.
npm install -g ti-inspector
So, When I tried this into my titanium project directory I am getting this response which is unexpected.
tn-inspector
Unexpected error: undefined
NOTE: titanium version - 5.2.2
Useful GitHub link: https://github.com/omorandi/TiInspector
Need help to understand or mitigate this issue. Thanks in advance!!!.
That repo is 5 years old and might not be compatible with the current SDK. You can use this instruction: https://docs.axway.com/bundle/Appcelerator_Studio_allOS_en/page/debugging_android_apps_with_3rd-party_tools.html to use the internal dev tools connection.

Bundle identifier is missing - macOS 10.12 and Xcode 8 - 5.5.0.GA

I updated to macOS 10.12 and Xcode 8 and cannot build to the App Store. There are no changes other than Xcode 8 and macOS update. I am using SDK 5.5.0.GA.
--
[ERROR] : Error details: Bundle identifier is missing. MySlomins doesn't have a bundle identifier for the Release build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor.
[ERROR] : Error details: Code signing is required for product type 'Application' in SDK 'iOS 10.0'
Name = Mac OS X
Version = 10.12
Architecture = 64bit
# CPUs = 8
Memory = 17179869184
Node.js
Node.js Version = 0.12.7
npm Version = 2.11.3
Titanium CLI
CLI Version = 5.0.9
Titanium SDK
SDK Version = 5.5.0.GA
SDK Path = /Users/ktucc/Library/Application Support/Titanium/mobilesdk/osx/5.5.0.GA
Target Platform = iphone
Command
Many people experienced this problem before when upgrading to Xcode 8 (TIMOB-23518) and the solution was mostly the same so far:
Please ensure that you have both Titanium SDK 5.5.1 and Appcelerator CLI 5.5.1 (same as 5.5.0 but with some more bug fixes) or later. Also make sure that the selected SDK is 5.5.1 and the tiapp.xml has <sdk-version>5.5.1.GA</sdk-version> as the selected SDK to build with.
For my case i missed entering identifier.
For this go Project Settings -> General -> Identitiy -> Bundle Identifier type your identifier. it is like com.example.projectname
Plus you need re import your provision file to xcode.
Hope it helps.

IBMApplicationCenter.apk fails to install on Android 5.1

I have MobileFirst 7.1 installed and I downloaded the IBMApplicationCenter.apk onto Android 5.1 phone. When I install it says "app not installed".
I set "allow unknown sources" and searched for any previous apps. How else can I debug this .. or is this version of the apk too old ?
From the phrasing of your question it does seem like you are using an incompatible version?
As part of the Application Center installation you have the AppCenter source - an Android project. You need to build that project into an .apk and you need to make sure that your development environment supports Android 5.1 - the configuration in AndroidManifest.xml.
What have you configured?

Error running Appcelerator kitchensink example on android

I am new to titanium development. I tried to run kitchensink example of appcelerator titanium on windows platform with titanium SDK 1.7.5. The latest one. I am not able to run the kitchen sink example on android.
After compiling and installing this app debug info it's giving me following error.
[ERROR] Failed installing com.appcelerator.titanium: pkg: /data/local/tmp/app.apk
Thanks in advance.
Try Using API's version of android SDK. API's version is required for google maps.