build error # 5 (null)

hi,…
 
im trying to build the prototype of my game… upon building I’m receiving this error… 
 
[Build Error #5
(null)
 
can you guys help me??
 
here is a screenshot of my build settings and Android build Setup
 
[spoiler]rbw0.png
 
 
kindly click the image until you see the zoom view :slight_smile:
[/spoiler]
 
tried different target app store, still the same error
didnt change keystore and key alias
 
edit
didnt change any android build setup except to application name and save folder
 
edit
i put these lines of codes in build settings… still no effect
 
[spoiler]

 android = { versionCode = "3" }, androidPermissions = { "android.permission.ACCESS\_FINE\_LOCATION", "android.permission.INTERNET" },

[/spoiler]

sorry for bumping but i solved it already…

forgot to look at the console during the error in the building process,…

it said something about my prototype_old.lua so i remove it in folder/directory and it worked

I noticed many obsolete (old) items in my provisioning profile in keychain access. (step 1) I exported the keychain access and removed the invallid ones. Now I can’t build for device or xcode.

I get the error message “(null)” - build for ios.

I signed onto my apple developer account with xcode open. I checked all of my keychain access items and all are valid. I tried a build for device again and got the same error. I then imported the saved keychain access from step 1 above and tried to build for device and got the same error message.

Any ideas on how to correct this? Solved. After signing into my developer account with Xcode open, solved the problem.

sorry for bumping but i solved it already…

forgot to look at the console during the error in the building process,…

it said something about my prototype_old.lua so i remove it in folder/directory and it worked

I noticed many obsolete (old) items in my provisioning profile in keychain access. (step 1) I exported the keychain access and removed the invallid ones. Now I can’t build for device or xcode.

I get the error message “(null)” - build for ios.

I signed onto my apple developer account with xcode open. I checked all of my keychain access items and all are valid. I tried a build for device again and got the same error. I then imported the saved keychain access from step 1 above and tried to build for device and got the same error message.

Any ideas on how to correct this? Solved. After signing into my developer account with Xcode open, solved the problem.