Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Session invalid. Please log in again appcelerator

I started an app project for iOS (iPad) in Appcelerator Studio in 2016.

Now I can't open it in the Simulator or on an iOS device which was no problem last year. In the console it says:

ERROR: Session invalid. Please log in again.

What is wrong?

I am using the latest versions of Xcode and Appcelerator. Titanium SDK: 6.1.0.GA for the project.

Even if I start a new project with only the default files, I get the same error code.

/Nina

like image 305
Nina Avatar asked May 29 '17 20:05

Nina


1 Answers

Open a terminal, enter appc logout and hit enter. Once finished enter appc login and fill in your Appcelerator credentials. When successfully logged rerun your app and voila :)

like image 194
Skoempie Avatar answered Nov 02 '22 20:11

Skoempie