Xcode – 'Some View' has no member 'bold'
I am getting the following error message when I add the Text modifier Bold; Can anyone help?
I am getting the following error message when I add the Text modifier Bold; Can anyone help?
I have got my app working on my iPhone at a scale that looks good. I have run it now on my iPad and everything is much more spaced out and the text appears much smaller. I have had the…
Error message: Undefined symbols for architecture arm64: "std::__1::basic_string<unsigned short, base::string16_internals::string16_char_traits, std::__1::allocator<unsigned short> >::shrink_to_fit()", referenced from: base::UTF8ToUTF16(char const*, unsigned long, std::__1::basic_string<unsigned short, base::string16_internals::string16_char_traits, std::__1::allocator<unsigned short> >*) in libbase.a(utf_string_conversions.o) base::WideToUTF16(wchar_t const*, unsigned long, std::__1::basic_string<unsigned short, base::string16_internals::string16_char_traits, std::__1::allocator<unsigned short> >*) in libbase.a(utf_string_conversions.o) ld:…
Issue: The build hangs with "iPhone is busy: making Apple Watch ready for development" Further facts: iOS 14.8 iPhone 8 watchOS 7.6.2 Xcode 13 Apple Watch Series 3 + Cellular (42mm) Does anyone know a solution for that issue? Many…
Trying to archive my RN project but having this error. Currently using RN 0.65.1 with React 17.0.2. Tried adding libReact-hermes.a inside xcode "Link Binary With Libraries" but error still persists. ld: library not found for -lReact-hermes require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'…
I have a program that is trying to list my classes for school (in a UITableView), along with the homework for each class. I have variables to track homework for each class as lists (i.e "Englishhw", "Mathhw", etc.), and I…
The most used feature is missing in Xcode 13 Image Literal #imageLiteral() these commands do not seem to be working. A similar change has happened for Color Literals as well.
I have a tab on my fitness app that shows all the fitness trainers on my app, pulled from firestore. I have noticed that when the grid is showing more than 4-5 trainers then when I tap on a trainer…
On my project I simply wrapped a ARView, setup a configuration and run it on my real device, when I start the app Xcode print out the following error debug message. 2021-10-08 17:59:06.476537+0800 RealityKit_Shell[8247:2500396] Metal GPU Frame Capture Enabled 2021-10-08…
I'm middle of transition from old carplay to new ios15 carplay. I asked carplay entitlement to apple and have it now. so I put some sample codes and run. the code is func templateApplicationScene(_ templateApplicationScene: CPTemplateApplicationScene, didConnect interfaceController: CPInterfaceController) {…