When I click on the Options > Provisioning menu, Delphi seems to connect to PAServer, then quickly show 3 errors messages :
Rad Studio stopped working
then :
EOSError exception in module rtl230.bpl at 0004DC21.
System error. Code : 5.
Access denied.
then :
Access violation in module valid230.bpl
Any idea ?
I've tried to stop PAServer before showing the Provisioning panel. Delphi show warning message 'connection has failed', but doesn't crash !
My config :
Windows 10 Professional
Rad Studio 10 Seattle (Delphi) run as Administrator
Connection profile is working
No project opened within the IDE
Mac OS X El Capitan 10.11.1 - Clean install
Xcode 7.1.1
PAServer 17 Hotfix (for OS X 10.11 and iOS 9.1) is running
Subscription Update 1 seems to work properly.
Related
When trying to run my Xamarin.iOS from Visual Studio on my Windows machine, while paired to my Mac, I get the error
error HE0046: Failed to install the app '...' on the device 'iOS 15.4 (19E240) - iPad (9th generation)': simctl returned exit code 72
Start XCode on the Mac. XCode will indicate that some tools are missing to enable debugging, and prompts you to allow it to automatically install them - allow it to do this, then try running again from Visual Studio - no restarts required.
I changed name of my VS 2019 project running on Mac (from PrismApp1 to something else) and now I can't run on iOS simulator. Tried to run on different simulator phone too. I searched for PrismApp1 in folder and on machine can't find anything... delete bin and obj folders and did a Build All. any ideas?
error HE0046: Failed to install the app 'com.companyname.PrismApp1' on the device 'iOS 13.2 (17B102) - iPhone 11 Pro': Failed to install the requested application
Note: it works if i deploy to my physical iPhone...
I had a similar issue with iPhone 13 emulator and iOS 15, where I couldn't deploy my app on the simulator, but it worked on a real device.
The error I was getting was:
error HE0046: Failed to install the app 'ma.myapp.app' on the device 'iOS 15.0 (19A339) - iPhone 13 mini': “Myapp” Needs To Be Updated
This is how I solved the issue.
I had this weird error after app was successfully compiled and it was simply due to a null variable involved in a plist command executed post build.
Just try to close and reopen VS, it worked for me.
until today I could easily build iOS apps from my Windows-PC with remotebuild to my Mac and build it on the connected iPad on my Mac. But now i updated all devices (Mac, iPad) and suddenly it stopped working. When i want to build in Visual Studio i get this message:
Severity Code Description Project File Line Suppression State
Error Remote build error from the build server Build failed with error Error code 65 for command: xcodebuild with args: -xcconfig,/Users/grafikschulung/.taco_home/remote-builds/taco-remote/builds/877/cordovaApp/platforms/ios/cordova/build-debug.xcconfig,-project,memoxx.xcodeproj,ARCHS=armv7 arm64,-target,memoxx,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=/Users/grafikschulung/.taco_home/remote-builds/taco-remote/builds/877/cordovaApp/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/grafikschulung/.taco_home/remote-builds/taco-remote/builds/877/cordovaApp/platforms/ios/build/sharedpch: {1} Katalog C:\Users\m.hüttl\Documents\Visual Studio 2015\Projects\Katalog - Kopie\Katalog\MDAVSCLI 1
When I copy the project-folder to my Mac and import it into xCode and choose a development-team and build it from xCode it works perfect...
I believe until Cordova CLI is updated for Visual Sudio with the Xcode 8 changes you will have this issue. Darryl Pogue did write a hook if you want to follow his instructions on his site which might fix the development team issue you are having.
There are a couple other suggestions on the following Stack Overflow page that might give you other options such as changing settings in the Xcode project.
Code Sign Error on Xcode 8 and iOS 10 Cordova Project
I'm trying debug Windows 10 App and always get "DEP0001 - 1988946667" error.
I'm trying:
Connect Lumia 950 by USB and debug with "Device" mode in Visual Studio 2015 (I activated developers mode in phone)
The previous step with ARM architecture
Debug with Windows 10 emulator.
I'm only can debug like local app in my laptop...
But always I get the same error message...
Any ideas?
Update: The main problem is the build version of Windows 10. If returns to 1511 all works fine
The main problem is the build version of Windows 10. If returns to 1511 all works fine
I'm getting an error message while trying to run an application developed in Xcode 5.1 iOS 7.1 on Xcode 6.1 for iOS 8.0. The error state that 'Unable to run app in Simulator' as show in below screenshot.
I have tried below mentioned solution but none seems to work :
Reset the content of simulator
Rebooted mac after installing Xcode 6.1.
Xcode -> Preference -> Locations -> Command Line Tools : Changed
Xcode 5.1.1 to 6.1
What might be fix?
Delete /etc/launchd.conf if it exists on your system and reboot. See Unable to boot iOS 8 Simulator