skip to Main Content

How to do block selection in XCode?

I have the this code: selectedUser.firstName selectedUser.lastName selectedUser.age selectedUser.foneNumber I want to select the block (4 lines simultaneous) selectedUser selectedUser selectedUser selectedUser and then replace from selectedUser to user (expected result) user.firstName user.lastName user.age user.foneNumber How to do block selection…

VIEW QUESTION

Xcode – The following build commands failed: CompileC BUILD FAILED

It was working, I just restarted my computer (iMAC M1) and "pouf"! (I had no problem before, my App works.) Here I give you what I get: CompileC /Users/[USER]/Library/Developer/Xcode/DerivedData/ReactNativeMobile-dzwwympbnncmhxbpmvkfeqqwcchk/Build/Intermediates.noindex/ReactNativeMobile.build/Debug-iphonesimulator/ReactNativeMobile.build/Objects-normal/arm64/AppDelegate.o /Users/[USER]/Desktop/react-native-mobile/ios/ReactNativeMobile/AppDelegate.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'ReactNativeMobile' from project 'ReactNativeMobile')…

VIEW QUESTION
Back To Top
Search