I am not sure if I am posting this in the correct place so I apologize in advance if it is not the right place. So I am trying to build to iOS and I have do it several times before. Out of nowhere I began to get this error when trying to build:
ERROR: Builder failed: ld: warning: directory not found for option ‘-F/Users/rovitali/Desktop/build/PCI.app/Frameworks’
Mar 28 04:07:31.350 Undefined symbols for architecture armv7:
“_ABAddressBookAddRecord”, referenced from:
-[GSDK_GTMABAddressBook addRecord:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookCopyArrayOfAllGroups”, referenced from:
-[GSDK_GTMABAddressBook groups] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookCopyArrayOfAllPeople”, referenced from:
-[GSDK_GTMABAddressBook people] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookCopyLocalizedLabel”, referenced from:
+[GSDK_GTMABAddressBook localizedLabel:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookCopyPeopleWithName”, referenced from:
-[GSDK_GTMABAddressBook peopleWithCompositeNameWithPrefix:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookCreateWithOptions”, referenced from:
-[GSDK_GTMABAddressBook init] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookGetGroupWithRecordID”, referenced from:
-[GSDK_GTMABAddressBook groupForId:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookGetPersonWithRecordID”, referenced from:
-[GSDK_GTMABAddressBook personForId:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookHasUnsavedChanges”, referenced from:
-[GSDK_GTMABAddressBook hasUnsavedChanges] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookRemoveRecord”, referenced from:
-[GSDK_GTMABAddressBook removeRecord:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABAddressBookSave”, referenced from:
-[GSDK_GTMABAddressBook save] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABGroupAddMember”, referenced from:
-[GSDK_GTMABGroup addMember:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABGroupCopyArrayOfAllMembers”, referenced from:
-[GSDK_GTMABGroup members] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABGroupCreate”, referenced from:
-[GSDK_GTMABGroup init] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABGroupRemoveMember”, referenced from:
-[GSDK_GTMABGroup removeMember:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueAddValueAndLabel”, referenced from:
-[GSDK_GTMABMutableMultiValue addValue:withLabel:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueCopyLabelAtIndex”, referenced from:
-[GSDK_GTMABMultiValue labelAtIndex:] in libGoogleUtilities.a(GTMABAddressBook.o)
-[GSDK_GTMABMultiValueEnumerator countByEnumeratingWithState:objects:count:] in libGoogleUtilities.a(GTMABAddressBook.o)
-[GSDK_GTMABMultiValueEnumerator nextObject] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueCopyValueAtIndex”, referenced from:
-[GSDK_GTMABMultiValue valueAtIndex:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueCreateMutable”, referenced from:
-[GSDK_GTMABMutableMultiValue initWithPropertyType:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueCreateMutableCopy”, referenced from:
-[GSDK_GTMABMutableMultiValue initWithMultiValue:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueGetCount”, referenced from:
-[GSDK_GTMABMultiValue count] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueGetIdentifierAtIndex”, referenced from:
-[GSDK_GTMABMultiValue identifierAtIndex:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueGetIndexForIdentifier”, referenced from:
-[GSDK_GTMABMultiValue indexForIdentifier:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueGetPropertyType”, referenced from:
-[GSDK_GTMABMultiValue propertyType] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueInsertValueAndLabelAtIndex”, referenced from:
-[GSDK_GTMABMutableMultiValue insertValue:withLabel:atIndex:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueRemoveValueAndLabelAtIndex”, referenced from:
-[GSDK_GTMABMutableMultiValue removeValueAndLabelAtIndex:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueReplaceLabelAtIndex”, referenced from:
-[GSDK_GTMABMutableMultiValue replaceLabelAtIndex:withLabel:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABMultiValueReplaceValueAtIndex”, referenced from:
-[GSDK_GTMABMutableMultiValue replaceValueAtIndex:withValue:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABPersonCopyImageData”, referenced from:
-[GSDK_GTMABPerson imageData] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABPersonCopyLocalizedPropertyName”, referenced from:
+[GSDK_GTMABPerson localizedPropertyName:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABPersonCreate”, referenced from:
-[GSDK_GTMABPerson init] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABPersonGetCompositeNameFormat”, referenced from:
+[GSDK_GTMABPerson compositeNameFormat] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABPersonGetTypeOfProperty”, referenced from:
+[GSDK_GTMABPerson typeOfProperty:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABPersonRemoveImageData”, referenced from:
-[GSDK_GTMABPerson setImageData:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABPersonSetImageData”, referenced from:
-[GSDK_GTMABPerson setImageData:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABRecordCopyCompositeName”, referenced from:
-[GSDK_GTMABPerson compositeName] in libGoogleUtilities.a(GTMABAddressBook.o)
-[GSDK_GTMABGroup compositeName] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABRecordCopyValue”, referenced from:
-[GSDK_GTMABRecord valueForProperty:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABRecordGetRecordID”, referenced from:
-[GSDK_GTMABRecord recordID] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABRecordRemoveValue”, referenced from:
-[GSDK_GTMABRecord removeValueForProperty:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_ABRecordSetValue”, referenced from:
-[GSDK_GTMABRecord setValue:forProperty:] in libGoogleUtilities.a(GTMABAddressBook.o)
“_OBJC_CLASS_$_SSReadingList”, referenced from:
objc-class-ref in libGoogleSignIn.a(please_link_SafariServices.framework_.o)
“_kABGroupNameProperty”, referenced from:
+[GSDK_GTMABGroup groupNamed:] in libGoogleUtilities.a(GTMABAddressBook.o)
+[GSDK_GTMABGroup typeOfProperty:] in libGoogleUtilities.a(GTMABAddressBook.o)
+[GSDK_GTMABGroup localizedPropertyName:] in libGoogleUtilities.a(GTMABAddressBook.o)
-[GSDK_GTMABGroup description] in libGoogleUtilities.a(GTMABAddressBook.o)
“_kABPersonFirstNameProperty”, referenced from:
+[GSDK_GTMABPerson personWithFirstName:lastName:] in libGoogleUtilities.a(GTMABAddressBook.o)
-[GSDK_GTMABPerson description] in libGoogleUtilities.a(GTMABAddressBook.o)
“_kABPersonLastNameProperty”, referenced from:
+[GSDK_GTMABPerson personWithFirstName:lastName:] in libGoogleUtilities.a(GTMABAddressBook.o)
-[GSDK_GTMABPerson description] in libGoogleUtilities.a(GTMABAddressBook.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
BUILD ERROR: There was a problem linking the app.
Check the console for more information.
I have these plugins enabled and I have played around with commenting them out and it does not seem to fix the issue: OneSignal, Firebase, Firebase Analytics, and QuickAction. This error is also occurring when I try to build for other applications I have coded. I have also tried using other computers to build a project, both of which were on different versions of corona. That did not resolve the issue. If someone could please help me with this issue that would be great.