Questions tagged [xcode12.3]
12 questions
2
votes
0 answers
XCode error "Could not launch. LLDB provided no error String on Apple Silicon
I'm getting this error consistently in Xcode 12.2 / 12.4 in Apple Silicon.
The same app works fine while I run on Xcode 12.0.1 on Intel based Mac.
"Could not launch. LLDB provided no error string."
[1]: https://i.stack.imgur.com/xvQQh.png
I tried…

Rafael
- 31
- 2
1
vote
0 answers
Xcode error when build project in flutter
I am new in flutter.I uses Xcode version-12.3 and flutter version Flutter 2.10.4.
when I build the project in Xcode I got an error Command PhaseScriptExecution failed with a nonzero exit code.
And when i try to build in terminal an error-…

Rashmi Jain
- 11
- 3
1
vote
1 answer
Problems in building Xerces library as a universal binary on Mac
I am trying to compile xerces 3.1.1 and 3.2.3 with XCode 12.3 to make universal library for both Intel and M1.
I am running the following for configuring step:
./configure CFLAGS="-arch x86_64 -arch arm64" CXXFLAGS="-arch x86_64 -arch arm64"
I am…

Chubsdad
- 24,777
- 4
- 73
- 129
1
vote
0 answers
Child view data not showing in Swift
I am new in Swift and my code was working fine but I install Xcode 12.3 and since then child view data not showing. My code is like this
private func add(asChildViewController viewController: UIViewController) {
// Add Child View…

Muju
- 884
- 20
- 54
1
vote
1 answer
Xcode12 Static Navigation Bar
I am trying to style a navigation bar with a call button on it. However, the standard navigation bar goes from large to inline, when scrolling, which makes the call button not fit on the navigation bar anymore? Is there a way to stop the navigation…

Stargazing
- 13
- 3
1
vote
0 answers
How to Create .Ipa file with Xcode 12 without developer account and how do I download it on Macbook Air without Itunes?
I want to share an app without developer account and without attaching simulators to the Macbook air

shivangi chhalotre
- 11
- 1
1
vote
1 answer
Value of type 'Date' has no member 'format' & Value of type 'Date' has no member 'hours'
I have added CalendarKit in my project using swift package Manager, I tried with cocoapods as well but still I am getting the below errors:
I have added import CalendarKit as well.
1) Value of type 'Date' has no member 'format'
let timezone =…

Mihir Oza
- 2,768
- 3
- 35
- 61
0
votes
1 answer
How to create a navigation bar in a view controller using xib programmatically in objective c?
can somebody please help me to solve this, I didn't post my code because im confused with some codes so I need a set of code to create a navigation bar and navigation items in a view controller without navigation controller...kindly help me

Preethi
- 3
- 3
0
votes
1 answer
Launch screen integration using info.plist in XCode 12
I am trying Configuring launch screens per URL scheme
Here is the screenshot of my info.plist.
But only default launch screen is working and I am unable to load alternative launch screen.
Please highlight what I am doing wrong here.

Matloob Hasnain
- 1,025
- 6
- 21
0
votes
1 answer
XCode12 Navigation Bar
I am currently trying to make an app using XCode12 and Swift, but the default Navigation Bar height is too tall. I can't seem to find anything for XCode12 on how to change the height of the Navigation Bar, and I am very new to iOS app…

Stargazing
- 13
- 3
0
votes
0 answers
BLE is Disconnected when read not returning nothing
I'm using CoreBluetooth to communicate with nrf52 ble , i want to secure my app for a possible crash or bug like when you want to read from a Characteristic and this Characteristic not returning nothing , in this example noramly CoreBluetooth have a…

Nizar ELHRAIECH
- 31
- 2
0
votes
0 answers
Xcode 12 doesn't Support PINCache
Previously I have used PINCache in Xcode 11.5 version.
Now I update the Xcode 12.3 version.
PINCache will not support my Xcode it will give following error:
Incompatible block pointer types sending 'void (^)(PINMemoryCache
*__strong, NSString…

Kinjal
- 1
- 1